.flex-box-v {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
/*banner*/
.Banner-container {
  height: 100vh;
  min-height: 600px;
  max-height: 1600px;
  width: 100%;
}
.banner-background {
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.banner-slide {
  display: flex;
  flex-flow: column;
  justify-content: center;
  overflow: hidden;
}
.banner-text {
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}
.banner-text h1 {
  font-weight: bold;
  font-size: 46px;
  margin-bottom: 30px;
  color: #fff;
}
.banner-text h2 {
  margin-top: 1rem;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  font-family: arial;
}
.banner-bg-ss {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.banner-text {
  z-index: 10;
}
.banner-text:before {
  content: "";
  position: absolute;
  width: 300px;
  height: 400px;
  display: block;
  border: 10px solid rgba(255, 255, 255, 0.2);
  top: 4.5rem;
  margin-top: -200px;
  left: -6rem;
}
.small-title {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 40px;
  font-family: 'Oswald', sans-serif;
}
/*.banner-warpper.swiper-wrapper {
transition-timing-function: cubic-bezier(0.75, 0.22, 0.25, 1);
}
.banner-warpper.swiper-wrapper .banner-background {
transition-timing-function: cubic-bezier(0.75, 0.22, 0.25, 1);
will-change: transform;
}*/
.banner-switch {
  position: absolute;
  z-index: 30;
  left: auto;
  top: 50%;
  height: 80px;
  right: 2rem;
  color: #fff;
  display: grid;
  margin-top: -25px;
  grid-template-columns: 1fr;
  width: auto;
  align-content: center;
  align-items: center;
  text-transform: uppercase;
}
.banner-switch > div > * {
  display: inline-block;
  vertical-align: middle;
}
.sL_icon {
  background-size: contain;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
}
.banner-switch > div > span {
  margin: 0 0.5rem;
  font-size: 0.825rem;
}
.banner-switch > div {
  margin: 0.3rem 0;
}
.banner-switch > div {
  cursor: pointer;
  transition: 0.5s;
}
.swiper-button-disabled {
  opacity: 0.4;
}
.Scroll-tip {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100px;
  color: #fff;
  text-align: center;
}
.Tipss {
  text-transform: uppercase;
  font-size: 0.825rem;
}
.tip_anim {
  display: inline-block;
  margin: 0.75rem 0;
  height: 30px;
}
.Tipss span {
  display: block;
}
.tip_anim span {
  display: inline-block;
  width: 1px;
  height: 100%;
  background: #fff;
  animation-name: scrollTip;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.82, 0.24, 0.25, 1);
}
.Banner-A1 {
  z-index: 1;
}
@keyframes scrollTip {
  0% {
    transform: scale(1, 0);
    transform-origin: top;
  }
  49% {
    transform: scale(1, 1);
    transform-origin: top;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: bottom;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: bottom;
  }
}
.banner-background {
  transition: 1s 2.5s;
  transform: perspective(1000px) translate3d(0, 0, 100px);
}
.swiper-slide.banner-slide.swiper-slide-active .banner-background {
  transition: 5s 0s;
  transform: perspective(1000px) translate3d(0, 0, 0px);
}
.banner-text:before {
  transition-delay: 2s;
  transition-duration: 2s;
  transform: translate3d(-80px, 0, 0);
  opacity: 0;
}
.swiper-slide.banner-slide.swiper-slide-active .banner-text:before {
  transition-delay: 1.3s;
  transform: translate3d(0px, 0, 0);
  opacity: 1;
}
.swiper-slide.banner-slide.swiper-slide-active .banner-text *:nth-child(1) {
  transition-delay: 0.5s;
}
.swiper-slide.banner-slide.swiper-slide-active .banner-text *:nth-child(2) {
  transition-delay: 0.7s;
}
.swiper-slide.banner-slide.swiper-slide-active .banner-text *:nth-child(3) {
  transition-delay: 0.9s;
}
.banner-text * {
  transition-delay: transform 2s, opacity 0s;
  transition-duration: 2s;
  transform: translate3d(0, 80px, 0);
  opacity: 0;
}
.swiper-slide.banner-slide.swiper-slide-active .banner-text * {
  transform: translate3d(0, 0px, 0);
  opacity: 1;
}
@media screen and (max-width: 1600px) {
  .banner-text {
    max-width: 1000px;
    width: 80%;
  }
}
@media screen and (max-width: 1200px) {
  .banner-text:before {
    content: "";
    position: absolute;
    width: 300px;
    height: 400px;
    display: block;
    border: 10px solid rgba(255, 255, 255, 0.2);
    top: 4.5rem;
    margin-top: -200px;
    left: 50%;
    margin-left: -150px;
  }
  .banner-text {
    text-align: center;
  }
  .banner-text h2 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 769px) {
  .banner-switch {
    top: auto;
    bottom: 2rem;
    left: 5%;
    right: 5%;
    justify-content: center;
    align-items: center;
    display: none;
  }
  .banner-text h1 {
    font-size: 26px;
    line-height: 1.2;
  }
  .banner-text h2 {
    font-size: 14px;
    line-height: 1.4;
  }
  .small-title {
    font-size: 1.75rem;
  }
  .banner-text:before {
    opacity: 0;
  }
}
/*banner*/


/* add-style */
.navbar-brand>img {
  display: block;
  width: 84%;
  position: relative;
  left: 0%;
  top: -21px;
}
.navbar-default .navbar-nav>li>a{ font-size: 16px; font-weight: normal; color: #333 !important;}

/* bread */
.nyban{ position:relative;}
.position {content: ""; position: absolute; width:100%;height:auto;background: rgba(0,0,0,.8); width: 180px; height: 42px; text-align:center; left: 10%; bottom: 0; }
.position h3 {font-size:20px; color: #fff; margin: 0; line-height: 42px;}


/* ny-about */
.nyabbg1 { width: 100%; height:auto; display:inline-block; padding: 80px 0; background-image: linear-gradient(135deg,#007eff,#144c95); color: #fff;}
.nyabbg1 .nyaleft{ width: 100%; height:auto; display:inline-block; padding: 80px 0;}
.nyabbg1 .nyaleft h3{ font-size: 28px; margin-bottom: 52px;}
.nyabbg1 .nyaleft p{ width:90%; text-align: justify; font-size: 16px; line-height: 32px;}
.nyaleftzi{ width:80%; margin: 0 10%; padding: 80px 0 0;}
.nyaleftzi h5{ color: #000f3b; line-height: 28px; margin-bottom: 20px;}
.nyaleftzi p{ line-height: 30px !important; text-indent: 0 !important;}
.nyabbg {width:100%;height:auto;display:inline-block;background:#fff;margin:60px 0;}
.nyabox {width:100%;height:auto;display:inline-block;}
.abtu {width:100%;display:block; }
.nycontent {width:100%;height:auto;margin:36px 0;display:inline-block;background:#fff;box-shadow:2px 3px 5px #ddd;padding:50px;}
.tu {width:100%;height:auto;display:block;margin:0 auto;}
.abnr {width:100%;margin:30px 0 0;padding:0 15px 0 0;height:auto;}
.abnr h4 {margin:10px 0 20px 0;font-weight:600;}
.abnr p {line-height:24px;text-indent:2em; font-size:16px;color:#666;text-align:justify;}
.rybox{ width: 90%; height: auto; margin: 0 5%;}
.rybox h4{ font-size: 20px; font-weight: 600; margin-bottom: 24px;}
.rybox p{ line-height: 42px; font-size: 18px; font-weight: 600;}

/* ny-history */ 
.faqbox{ width: 100%; height: auto; display: inline-block; margin: 20px 0 0;}
#accordion:before {content:"";width:2px;height:95%;background:#ddd;position:absolute;top:5px;left:23px;bottom:20px;}
#accordion .panel {border:none;border-radius:0;box-shadow:0 2px 5px rgba(0,0,0,0.1);margin:0 0 12px 50px;position:relative;background:#f5f5f5;}
#accordion .panel:before {content:"";width:2px;height:100%;background:linear-gradient(to bottom,#007eff 0%,#588df8 100%);position:absolute;top:0;left:-2px;}
#accordion .panel-heading {padding:0;background:#fff;position:relative;}
#accordion .panel-heading:before {content:"";width:15px;height:15px;border-radius:50px;background:#007eff;border:1px solid #007eff;position:absolute;top:50%;left:-48px;transform:translateY(-50%);}
#accordion .panel-title a {display:block;padding:15px 55px 15px 30px;font-size:18px;font-weight:600;color:#333;border:none;margin:0;position:relative;background:#f5f5f5;}
#accordion .panel-title a:before,#accordion .panel-title a.collapsed:before {content:"\f068";font-family:fontawesome;width:25px;height:25px;line-height:25px;border-radius:50%;font-size:15px;font-weight:normal;color:#007eff;text-align:center;border:1px solid #007eff;position:absolute;top:50%;right:25px;transform:translateY(-50%);transition:all 0.5s ease 0s;}
#accordion .panel-title a.collapsed:before {content:"\f067";}
#accordion .panel-body {padding:0 30px 15px;border:none;font-size:16px;color:#666;line-height:28px;}
#accordion .panel-body p{ font-size: 15px;}
#accordion .panel-body p b{ width: 126px; display: inline-block; text-align: right; margin-right: 15px; color: #007eff;}

/* ny-culture */  
.culist {width:100%;height:auto;display:flex;display:-webkit-flex;flex-flow:row wrap;justify-content:space-between;}
.culist li {width:30%;height:auto;text-align:center;margin:30px 0 50px 0;}
.culist li .pic {width:100px;height:100px;line-height:100px;background:#007eff;margin:0 auto 15px;border-radius:50%;}
.culist li .tit {font-size:22px;margin:0 0 12px 0;}
.culist li .fa {font-size:15px;color:#666;}
.cultureb {width:100%;height:auto;background:url(../images/bg3.jpg) fixed center no-repeat;padding:140px 0;}
.cultureb h3 {font-size:24px;font-weight:600;margin-bottom:30px;}
.cultureb p {font-size:18px;line-height:32px;}
.linian {background:rgba(255,255,255,.3);padding:30px 50px;}
.rytitle {font-size:18px;line-height:32px;border-bottom:1px solid #333;margin-bottom:20px;}


/* left-nav */
.leftab{ width: 100%; margin: 0; text-align: center; text-align: -webkit-center;}
.jxnav {width:100%;height:auto;margin-bottom:42px; white-space: nowrap;}
.jxnav li {width:200px;text-align:center;background:#f5f5f5; display: inline; height:42px;line-height:42px; margin:0 15px; padding: 10px 30px; border-radius: 5px;}
.jxnav li a {color:#333;font-size:18px;}
.jxnav .active {background:#007eff;position:relative;}
.jxnav .active a {color:#fff;}
.jxnav .active::before {content:"";position:absolute;left:0;right:0;bottom:0;width:0;height:0;border-width:0 5px 5px;border-style:solid;border-color:transparent transparent #fff;margin:0 auto;}

.thumbnail img{ border: 5px solid #ddd; margin-bottom: 20px;}
.thumbnail p{ line-height: 52px; margin: 0;}

/* ny-news */  
.news {display:inline;}
.news li {width:100%;display:inline-block;border:#ddd 1px solid;padding:32px;margin-bottom:15px;transition:all 1s;}
.news li:hover {background:#fafafa;box-shadow:10px 10px 10px #ddd;}
.news li:hover a {color:#007eff;}
.news li a {color:#333;}
.news li a p {color:#666;font-size:15px;line-height:26px;}
.news li h4 {font-size:20px;margin:0 0 15px;}
.newshow h3 {font-size:22px;margin-bottom:20px;}
.newshow p {font-size:15px;line-height:26px;text-indent:2em;margin-bottom:10px;}
.newback {display:flex;display:-webkit-flex;flex-flow:row wrap;justify-content:space-between;margin-top:50px;}
.newback a:hover {color:#014d97;}
.wenz p strong {font-size:18px;color:#007eff;padding-left:8px;}
.wenz p img {width:96%;height:auto;}
.casems {color:#666;border:1px solid #ddd;padding:15px 20px;margin:20px 0 30px;}
.casems P {text-indent:0;font-size:12px;margin:0;}
.news2 li {width:100%;border-bottom:1px solid #ddd;padding:10px 8px;}
.news2 li a {color:#333;}
.news2 li a:hover {color:#007eff;}
.newshow h3 {font-size:22px;margin-bottom:20px;}
.newshow p {font-size:15px;line-height:26px;text-indent:2em;margin-bottom:10px;}
.newback {display:flex;display:-webkit-flex;flex-flow:row wrap;justify-content:space-between;margin-top:50px;}
.newback a:hover {color:#014d97;}

/* ny-page*/  
.pagination {display:-ms-flex;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:30px auto 0;justify-content:space-between;}
.pagination span>a {padding:5px 10px;color:#333;border:solid 1px #ccc;border-radius:5px;}
.page-num-current {padding:5px 0 !important;}
.pagination span>a select,.pagination span>a select:focus {border:solid 1px transparent !important;padding:5px 10px;background:transparent;}
.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {z-index:3;color:#fff;cursor:default;background-color:#031652;border-color:#031652;}

/* ny-product */  
.probox {width:100%;height:auto;display:inline-block;margin-bottom:24px;background-color:skyblue;background:#fff;}
.probox img {width:100%;height:auto;transition:all 1s;}
.probox h4 {font-size:11px;margin:0;color:#333;text-align:center;height:84px;line-height:42px; font-weight: 600;}
.probox a:hover h4 {color:#007eff;}
.probox p {line-height:42px;font-size:16px;color:#1b1b1b;}
.probox a { display:inline-block;color:#333;margin-top:5px;width:100%;}
.probox a img{ border: 1px solid #ddd;}
.pro-title {margin-top:0 !important;}
.hover-one {border:1px solid #666;width:160px;height:38px;display:flex;align-items:center;justify-content:center;margin-right:20px;float:left;}
.hover-one a {color:#333;line-height:1.556;text-align:center;}
.hover-two {background-color:#f4f4f4;width:160px;height:38px;display:flex;align-items:center;justify-content:center;}
.hover-two a {color:#231f20;line-height:1.556;text-align:center;}
.pbtn:hover {background:#007eff;border:none;}
.pbtn:hover a {color:#fff;}
.procontent {width:100%;padding:0 30px 30px;}
.pro-xq-ms>h3 {font-size:20px;color:#444;line-height:56px;text-indent:2em;font-weight:600;border-bottom:4px solid #d7d7d7;background-color:#eee;}
.pro-xq-ms>p {padding:5px 5px;display:-ms-flex;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;justify-content:space-between;border-bottom:1px solid #000;}
.pro-xq-ms>p>a {color:#333;font-size:14px;}
.pro-xq-ms>p>span {font-size:14px;color:#333;}
.canshubox {width:100%;height:auto;display:inline-block;}
.canshubox p {margin-bottom:0;}
.cpcanshu1 {border-right:10px solid #fff;}
.canshubox2 {border-right:1px dotted #fff;}
.canshubox h3 {width:100%;height:auto;display:inline-block;font-size:18px;font-weight:600;}
.nypcanshu{ width:100%;height:auto;display:inline-block; background: #f5f5f5; margin: 20px 0 0; position: relative;}
.nypcanshu h3{ width:100%; height:auto; color: #333; letter-spacing: 2px; margin: 0; padding: 30px 0; text-align: center; font-size: 24px;}
.nypcanshu h3::before{ content: ""; position: absolute; background: rgba(0,0,0,.2); height: 1px; width: 42%; left: 0; top: 42px;}
.nypcanshu h3::after{ content: ""; position: absolute; background: rgba(0,0,0,.2); height: 1px; width: 42%; right: 0; top: 42px;}
.procontent {width:100%;margin: 0; /*height:386px;*/ overflow-y:auto;overflow-x:hidden; }
.procontent::-webkit-scrollbar {/*滚动条整体样式*/    width:4px;/*高宽分别对应横竖滚动条的尺寸*/    height:4px;}
.procontent::-webkit-scrollbar-thumb {/*滚动条里面小方块*/    border-radius:5px;-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.15);background:rgba(1,147,222,0.5);}
.procontent::-webkit-scrollbar-track {/*滚动条里面轨道*/    -webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.1);border-radius:0;background:rgba(0,0,0,0.1);}
.procontent p {line-height:20px;font-size:15px;color:#666;/* text-align:justify;*/}
.procontent img{ width:100%; height:auto;}
.pro-title h2{ background: #007eff !important; color:#fff !important;}
.proxqtit{ margin: 15px 0 0 40px; font-size: 18px;}
.proxqtit .more{ width: 100%; height:auto; display: inline-block; margin: 20px 0 0; }
.proxqtit .more a{ width: 100px; height: 28px; line-height: 28px; border-radius: 5px; display: block; text-align:center; font-size: 14px; background: #333; color: #fff;}

/* left-nav */  
.nav-pro>ul {border:none;}
.nav-pro>ul>li {position:relative;margin:0 15px 0 0;border-bottom:1px solid #fff;transition:.3s;background:#f5f5f5;}
.nav-pro>ul>li>a {padding:2px 0 0 20px;display:block;transition:.3s;cursor:pointer;line-height:42px;}
.nav-pro>ul>li:hover>a {border-left:5px solid #007eff;background:#f5f5f5;}
.nav-pro>ul>li>i {position:absolute;right:6px;top:8px;font-size:24px;}
.nav-pro>ul>.active {border:none;}
.nav-pro>ul>.active>a {border-left:5px solid #333;background:#f5f5f5;display:block;}
.nav-pro>ul>li>a {color:#333;font-size:16px;}
.nav-pro>ul>li>ul>li>a {color:#555;padding:10px 5px;margin:0 10px;border-bottom:1px solid #ddd;display:block;font-size:15px;}
.nav-pro>ul>li>ul>.active {background:#333;}
.nav-pro>ul>li>ul>li>ul>li {padding-left:26px;}
.nav-pro>ul>li>ul>li>ul>li>a {color:#888;line-height:32px;width:92%;display:block;padding:0 0 0 8px;border-bottom:1px dotted #ddd;}
.submenu {display:none !important;}
.showsub .submenu {display:block !important;}
.sonmenu {display:none;}

/* ny-download */
.inner-about{ margin: 60px 0;}
.history h3{ margin-bottom: 38px; font-size: 22px; font-weight: 600;}
.downbox{ width:100%; height: auto; display: inline-block; margin:0;}
.downbox li a{ width: 96%; height: auto; color: #333; margin: 10px 2%; background: #fff; border: 1px solid #ddd; display: inline-block; padding: 20px 26px;}
.downbox li:hover a{ border: 1px solid #007eff;}
.downbox p{ text-indent: 0; font-size: 17px; font-weight: 600; color: #555; margin-bottom: 15px;}
.downbox li a b{  color: #555; font-weight: normal !important; border-radius: 0; float: right; padding: 0 10px;}
.downbox li:hover a b{ background: #007eff; color: #fff; border: none; }

/* ny-contact */
.linkmap{ width:100%; height:auto; display: inline-block; background: #555; }
.linkmesg{ width:100%; height:auto; display: inline-block; background:#fff; margin: 40px 0 0;}
.linkbox {width:100%;height:auto;display:inline-block;padding:80px 50px 30px 0;}
.linkbox h3 { font-size:22px;margin: 42px 0 10px 0; border-left:5px solid #fff;padding-left:8px; font-weight: 600; color:#fff;}
.linkbox h5{ line-height:52px;border-bottom:1px solid rgba(255,255,255,.3);color:#fff;font-size:18px; margin-bottom: 40px;}
.linkbox h5 i{ color:#f5f5f5;font-size:20px;width:26px;height:auto;}
.linkbox b {font-weight:normal;}
.link2{ width:100%;height:auto; display: inline-block; margin: 0 0 12px;}
.link2 h4{ color: #fff; font-size: 16px; font-weight: 600; border-left: 3px solid #fff; padding-left: 5px;}
.link2 ul { margin-left: 20px;}
.link2 ul li {padding:0 15px;line-height:32px;color:#fff;font-size:16px;}
.messagebox {width:100%;display:inline-table;/* border:1px solid #ddd;*/ padding:100px 45px;background:#eee;margin-top:0; background: url(../images/bg1.jpg) no-repeat center center fixed;}
.linktu {width:100%;height:auto;margin:0 auto;position:relative;}
.linktu img {display:block;margin:0 auto;}
.messagebox h4 {font-size:28px; font-weight:600; color: #fff;}
.message-con {width:100%;padding:10px 0 0;}
.message-con>form {display:-ms-flex;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;}
.message-con>p {font-size:26px;font-weight:block;text-align:center;}
.form-group {width:33.33333%;margin:5px 0 0;padding:5px;}
.form-group input,.form-group1 textarea {padding:10px;border-radius:5px;letter-spacing:1px;font-size:15px;outline:none;border:none;box-shadow:none;display:block;width:100%;height:34px;line-height:28px;color:#555;background-color:#fff;background-image:none;}
.form-group1 {width:100%;margin:10px 0;padding:5px;}
.form-group1 textarea {width:100%;height:90px;}
.yzm {margin:15px 30px 0 0;}
.submit {background:#007eff;color:#fff;border-radius:0;font-size:15px;width:120px;margin:12px auto;height:40px;outline:none;letter-spacing:1px; border-radius: 30px; cursor:pointer;border:none;}
.message-bd {height:30px;}
.message-con img {height:35px;}
.linkicon2 {margin:20px 0;line-height:46px;text-align:center;}
.linkicon2 li {display:inline-block;background:rgba(0,0,0,.8);border-radius:50%;width:60px;height:60px;text-align:center;line-height:72px;margin:0 20px;}
.linkicon2 li:hover {background:rgba(70,158,48,.9);}
.linkicon2 li>a {color:#fff;}
.xiaoshou{ width:100%;height:auto; margin: 0;}
.xiaoshou table {width:100% !important; height:auto; margin:20px auto 10px;}
.xiaoshou table tbody tr{ border-bottom: 1px solid rgba(0, 0, 0, .2);}
.xiaoshou table tbody .firstRow td{ font-size: 18px; background: #007eff; color: #fff; border-right: 1px solid #fff;}
.xiaoshou table tbody tr td:nth-of-type(1){ font-weight: 600; }
.xiaoshou table tbody tr td { width: 100px !important; height: auto; padding:10px; display:table-cell;vertical-align:inherit;white-space:nowrap;text-align:left;}
.xiaoshou table tbody tr td:last-child {border-right:none;}
.xiaoshou table tbody tr td p{ width: 100%; height: auto; display: table-cell;}
.jishu table {width:100% !important; height:auto; margin:20px auto 10px;}
.jishu h3{ font-size: 22px; font-weight: 600; text-align: center;} 
.jishu table tbody tr{ border-bottom: 1px solid rgba(0, 0, 0, .2);  }
.jishu table tbody .firstRow td{ font-size: 18px;background: #007eff; color: #fff; border-right: 1px solid #fff;}
.jishu table tbody tr td:nth-of-type(1){ font-weight: 600;}
.jishu table tbody tr td { width: 100px !important; height: auto; background: rgba(0, 126, 255, .05); border-right: 1px solid #fff; text-align:center; padding:10px; display:table-cell;vertical-align:inherit;white-space:nowrap;}
.jishu table tbody tr td:last-child {border-right:none;}

.sypb {width:100%;margin:0 auto;transition:all 0.8s; background: #fff; padding: 30px 0 0;}
.sypb:hover {box-shadow:10px 10px 10px #ddd;cursor:pointer;transform:translateY(-10px);}
.sypb .sypzi {width:100%;margin:20px auto 0;text-align:center;background:#fff;color:#333;padding:15px 20px;transition:all 0.5s;}
/* .sypb:hover .sypzi {background:#444;color:#fff;} */
.sypb .sypzi h4 {margin:0 0 15px;font-size:17px;font-weight:600;}
.sypb .sypzi a {font-size:14px;display:block;margin:0 auto;background:#fff;color:#46bdd1;width:90px;height:26px;line-height:26px;border:1px solid #333;border-radius:20px;color:#666;}
.sypb:hover .sypzi a {background:#fd8107;color:#fff;cursor:pointer;border:none;}
.sypb img{ width: 60px; height: auto; display: block; margin: 0 auto;} 
.zhichi{ width:100%;height:auto; padding: 62px 0 80px;}
.zhichi h3{ margin-bottom: 38px; font-size: 22px; font-weight: 600;}
.zhichi .sypb{ box-shadow: 2px 2px 10px #ddd;}
.zhichi .sypb .sypzi{ width: 100%; height:auto; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; }
.zhichi .sypb .sypzi h4{ width: 100%; height:auto; text-align:center; }
.zhichi .sypb .sypzi p{ width: 100%; height:auto; height: 72px; }
.zhda{ width: 100%; height: auto; background: #e7e7e7; padding: 30px 0;}

.sjpro{ display: none;}
.pic{ width:100%; height:auto;}
@media all and (max-width:768px) {
	/* index */
  /* #content_box-1561690994565-0{ display: none;} */
  #w_grid-1593768371552{ margin-top: 35px !important; }
  .navbar{ margin: 0 !important;}
  .w_fimgbox-001 .w_imgbox > img{ margin-top: -136px;}
  #w_grid-1590551331656{ display: none;}
  .sjpro{ display: block;}
  .one1314{ display: none;}
    /* ny*/
    .pic{ width:100%; height:auto;}
    .position {display: none;}
	.nyban{ width:100%;height:auto; overflow-x: hidden; padding: 0;}
	.nyban img{ width:200%; margin: 0 0 0 -46%;}
    .nybanright {display:none !important;}
	.nyabbg1 .nyaleft{ padding-top: 0;}
	.nyabbg1 .nyaleft p{ width: 100%;}
	.nyaleftzi{ width: 100%; margin: 0; padding-top: 30px;}
    .abnr {height:auto !important;}
    .culist li .fa {font-size:14px;line-height:22px;}
    .procontent {width:100%; height:auto !important; padding: 0 10px;}
    .pro-title {margin:0 !important;}
    .cstit .syprolist li {font-size:14px !important;}
    .inner-about {padding:0;}
    #accordion .panel-title a {font-size:17px;}
    .form-group {width:100%;}
    .submit {width:50%;margin:0 auto;}
    .linkbox { border-left:none;padding:20px 0 0;height:auto;}
	.inner-about{ margin: 0;}
	.linkbox h5{ font-size: 16px;}
}
